'宣言 Public Overloads Shared Function GroupAsync(Of T As Class)( _ ByVal collectionView As ICollectionView(Of T), _ ByVal groupDescriptions() As GroupDescription _ ) As System.Threading.Tasks.Task
public static System.Threading.Tasks.Task GroupAsync<T>( ICollectionView<T> collectionView, GroupDescription[] groupDescriptions ) where T: class
パラメータ
- collectionView
- The collection view.
- groupDescriptions
- The group descriptions that determine how the data will be grouped.
型パラメータ
- T